home *** CD-ROM | disk | FTP | other *** search
/ Mastering Computers 3 / Mastering Computers Vol 3.iso / Win95 / ADMIN / NETTOOLS / NETSETUP / NETSETUP.ADM < prev    next >
Encoding:
Windows Policy Administrative Template  |  1995-07-11  |  19.2 KB  |  719 lines

  1. CLASS MACHINE
  2.  
  3. CATEGORY !!SetupOptions
  4. KEYNAME SETUP
  5.  
  6.     POLICY !!AutomatedInstall
  7.                 PART !!UserInputPrompt DROPDOWNLIST
  8.                         VALUENAME "Express" REQUIRED
  9.                         ITEMLIST
  10.                             NAME !!AllowUserInput VALUE "0"
  11.                             NAME !!DontAllowUserInput VALUE "1"
  12.                         END ITEMLIST
  13.                 END PART
  14.     END POLICY
  15.  
  16.         POLICY !!SetupMode 
  17.                 PART !!ModePrompt DROPDOWNLIST
  18.                     VALUENAME "InstallType"
  19.                     ITEMLIST
  20.                         NAME !!Compact VALUE "0"
  21.                         NAME !!Typical VALUE "1"
  22.                         NAME !!Portable VALUE "2"
  23.                         NAME !!Custom VALUE "3"
  24.                     END ITEMLIST
  25.                 END PART
  26.         END POLICY
  27.  
  28.     POLICY !!CreateEBD
  29.         VALUENAME "EBD"
  30.     END POLICY
  31.  
  32.     POLICY !!InstallVerification 
  33.                 PART !!SetupShouldPrompt DROPDOWNLIST
  34.             VALUENAME "Verify"
  35.                     ITEMLIST
  36.                         NAME !!VerifyInstall VALUE "1"
  37.                         NAME !!DoFull VALUE "0"
  38.                     END ITEMLIST
  39.                 END PART
  40.     END POLICY
  41.  
  42.     POLICY !!EnablePenWinWarning
  43.         VALUENAME "PenWinWarning"
  44.     END POLICY
  45.  
  46. END CATEGORY  ; setup options
  47.  
  48. CATEGORY !!InstallLocation
  49.         KEYNAME SETUP
  50.     POLICY !!InstallDirectory
  51.         PART !!PathPrompt EDITTEXT
  52.         VALUENAME "InstallDir"
  53.         END PART
  54.     END POLICY
  55.  
  56.     POLICY !!ServerBasedSetup
  57.         KEYNAME NETWORK
  58.         PART !!StoreWindowsPrompt DROPDOWNLIST
  59.                     VALUENAME WorkstationSetup REQUIRED
  60.             
  61.             ITEMLIST
  62.             NAME !!OnTheServer VALUE "1"
  63.                             ACTIONLIST
  64.                                 VALUENAME "DisplayWorkstationSetup" VALUE "0"
  65.                             END ACTIONLIST
  66.             NAME !!OnTheUsersHardDisk VALUE "0"
  67.                             ACTIONLIST
  68.                                 VALUENAME "DisplayWorkstationSetup" VALUE "0"
  69.                             END ACTIONLIST
  70.             NAME !!UsersChoice VALUE "1"
  71.                             ACTIONLIST
  72.                                 VALUENAME "DisplayWorkstationSetup" VALUE "1"
  73.                             END ACTIONLIST
  74.             END ITEMLIST
  75.         END PART
  76.  
  77.                 PART !!BootDevice DROPDOWNLIST
  78.                     VALUENAME "HDBoot"
  79.                     ITEMLIST
  80.                         NAME !!HardDisk VALUE "1"
  81.                             ACTIONLIST
  82.                                 VALUENAME "RPLSetup" VALUE "0"
  83.                             END ACTIONLIST
  84.                         NAME !!FloppyDisk VALUE "0"
  85.                             ACTIONLIST
  86.                                 VALUENAME "RPLSetup" VALUE "0"
  87.                             END ACTIONLIST
  88.                         NAME !!RemoteBootServer VALUE "0"
  89.                             ACTIONLIST
  90.                                 VALUENAME "RPLSetup" VALUE "1"
  91.                             END ACTIONLIST
  92.                     END ITEMLIST
  93.                 END PART
  94.  
  95.     END POLICY ; Server based setup
  96. END CATEGORY ; Install locations
  97.  
  98. CATEGORY !!NameAndOrg
  99. KEYNAME NameAndOrg
  100.     POLICY !!DisplayNameAndOrg
  101.         VALUENAME "Display"    
  102.     END POLICY
  103.  
  104.     POLICY !!Name
  105.         PART !!NamePrompt EDITTEXT
  106.         VALUENAME "Name"
  107.         END PART
  108.     END POLICY
  109.  
  110.     POLICY !!Organization
  111.         PART !!NamePrompt EDITTEXT
  112.         VALUENAME "Org"
  113.         END PART
  114.     END POLICY
  115.  
  116. END CATEGORY ; Name and organization
  117.  
  118. CATEGORY !!NetworkOptions
  119. KEYNAME Network
  120.  
  121.     POLICY !!DisplayNetwork
  122.         VALUENAME "Display"
  123.     END POLICY
  124.             
  125.     CATEGORY !!Configuration
  126.     
  127.                 CATEGORY !!Clients
  128.                 POLICY !!ClientsToInstall
  129.                         PART !!ClientsPrompt EDITTEXT
  130.                         VALUENAME "Clients"
  131.                         END PART
  132.                     END POLICY
  133.  
  134.                 CATEGORY !!ClientForWindowsNetworks
  135.                     KEYNAME VREDIR
  136.         
  137.                 POLICY !!ValidatedLogon
  138.                 VALUENAME "ValidatedLogon"
  139.                 END POLICY    
  140.  
  141.                 POLICY !!LogonDomain
  142.                 PART !!DomainNamePrompt EDITTEXT
  143.                 VALUENAME "LogonDomain"
  144.                 END PART
  145.                 END POLICY
  146.  
  147.                 END CATEGORY  ; Client for Windows networks
  148.  
  149.                 CATEGORY !!ClientForNetWareNetworks
  150.                     KEYNAME NWREDIR
  151.  
  152.                 POLICY !!PreferredServer
  153.                 PART !!PreferredServer EDITTEXT
  154.                 VALUENAME "PreferredServer"
  155.                 END PART
  156.                 END POLICY
  157.  
  158.                 POLICY !!FirstNetDrive
  159.                 PART !!FirstDrive DROPDOWNLIST
  160.                 VALUENAME "FirstNetDrive" REQUIRED
  161.                 ITEMLIST
  162.                 NAME !!A: VALUE "A:"
  163.                 NAME !!B: VALUE "B:"
  164.                 NAME !!C: VALUE "C:"
  165.                 NAME !!D: VALUE "D:"
  166.                 NAME !!E: VALUE "E:"
  167.                 NAME !!F: VALUE "F:"
  168.                 NAME !!G: VALUE "G:"
  169.                 NAME !!H: VALUE "H:"
  170.                 NAME !!I: VALUE "I:"
  171.                 NAME !!J: VALUE "J:"
  172.                 NAME !!K: VALUE "K:"
  173.                 NAME !!L: VALUE "L:"
  174.                 NAME !!M: VALUE "M:"
  175.                 NAME !!N: VALUE "N:"
  176.                 NAME !!O: VALUE "O:"
  177.                 NAME !!P: VALUE "P:"
  178.                 NAME !!Q: VALUE "Q:"
  179.                 NAME !!R: VALUE "R:"
  180.                 NAME !!S: VALUE "S:"
  181.                 NAME !!T: VALUE "T:"
  182.                 NAME !!U: VALUE "U:"
  183.                 NAME !!V: VALUE "V:"
  184.                 NAME !!W: VALUE "W:"
  185.                 NAME !!X: VALUE "X:"
  186.                 NAME !!Y: VALUE "Y:"
  187.                 NAME !!Z: VALUE "Z:"
  188.                 END ITEMLIST
  189.                 END PART
  190.                 END POLICY
  191.  
  192.                 END CATEGORY ;Client for netware networks
  193.  
  194.                 END CATEGORY ;Clients
  195.  
  196.                 CATEGORY !!Protocols
  197.                        POLICY !!ProtocolsToInstall
  198.                         PART !!ProtocolsPrompt EDITTEXT
  199.                         VALUENAME "Protocols"
  200.                         END PART
  201.                    END POLICY
  202.  
  203.                     CATEGORY !!NWLINK
  204.                         KEYNAME NWLINK
  205.  
  206.                 POLICY !!FrameType
  207.                     PART !!FrameType DROPDOWNLIST
  208.                     VALUENAME FrameType REQUIRED
  209.                 ITEMLIST
  210.                     NAME !!Automatic VALUE "4"
  211.                         NAME !!802.3 VALUE "0"
  212.                     NAME !!802.2 VALUE "1"
  213.                     NAME !!EthernetII VALUE "2"
  214.                         NAME !!TokenRing VALUE "5"
  215.                     NAME !!TokenRingSnap VALUE "6"
  216.                 END ITEMLIST
  217.                     END PART
  218.                 END POLICY
  219.  
  220.                 POLICY !!NetBIOSsupport
  221.                 VALUENAME "NetBIOS"
  222.                 END POLICY
  223.  
  224.                 END CATEGORY ; IPX/SPX compatible protocol
  225.  
  226.                     CATEGORY !!MicrosoftTCPIP
  227.                     KEYNAME MSTCP
  228.  
  229.                         CATEGORY !!IPAddress
  230.  
  231.                         POLICY !!DHCP
  232.                         VALUENAME "DHCP"
  233.                     END POLICY
  234.                 
  235.                     POLICY !!IPAddress
  236.                     PART !!AddressPrompt EDITTEXT
  237.                     VALUENAME "IPAddress"
  238.                     END PART
  239.                     END POLICY
  240.  
  241.                     POLICY !!SubnetMask
  242.                     PART !!AddressPrompt EDITTEXT
  243.                     VALUENAME "SubnetMask"
  244.                     END PART
  245.                     END POLICY
  246.  
  247.                         END CATEGORY  ;IP Address
  248.  
  249.                         CATEGORY !!WINSConfiguration
  250.  
  251.                     POLICY !!WINS
  252.                     PART !!EnableWINS DROPDOWNLIST
  253.                     VALUENAME WINS REQUIRED
  254.                     ITEMLIST
  255.                 NAME !!EnableWINSResolution VALUE "1"
  256.                 NAME !!EnableWINSWithDHCP VALUE "DHCP"
  257.                 NAME !!DisableWINS VALUE "0"
  258.                     END ITEMLIST
  259.                     END PART
  260.                     END POLICY
  261.  
  262.                     POLICY !!PrimaryWINS
  263.                     PART !!AddressPrompt EDITTEXT
  264.                     VALUENAME "PrimaryWINS"
  265.                     END PART
  266.                     END POLICY
  267.  
  268.                     POLICY !!SecondaryWINS
  269.                     PART !!AddressPrompt EDITTEXT
  270.                     VALUENAME "SecondaryWINS"
  271.                     END PART
  272.                     END POLICY
  273.  
  274.                     POLICY !!ScopeID
  275.                     PART !!ScopeIDPrompt EDITTEXT
  276.                     VALUENAME "ScopeID"
  277.                     END PART
  278.                     END POLICY
  279.  
  280.                         END CATEGORY ;WINS Configuration
  281.  
  282.                         CATEGORY !!DNSConfiguration
  283.  
  284.                     POLICY !!EnableDNS
  285.                     VALUENAME "DNS"
  286.                     END POLICY
  287.  
  288.                     POLICY !!Hostname
  289.                     PART !!HostnamePrompt EDITTEXT
  290.                     VALUENAME "Hostname"
  291.                     END PART
  292.                     END POLICY
  293.  
  294.                         POLICY !!Domain
  295.                     PART !!NamePrompt EDITTEXT
  296.                     VALUENAME "Domain"
  297.                     END PART
  298.                     END POLICY
  299.  
  300.                             POLICY !!DNSServerSearchOrder
  301.                                 PART !!DNSServersPrompt EDITTEXT
  302.                                 VALUENAME "DNSServers"
  303.                                 END PART
  304.                             END POLICY
  305.  
  306.                             POLICY !!DomainSearchOrder
  307.                                 PART !!DomainsPrompt EDITTEXT
  308.                                 VALUENAME "DomainOrder"
  309.                                 END PART
  310.                             END POLICY
  311.  
  312.                     POLICY !!LMHostPath
  313.                     PART !!PathNamePrompt EDITTEXT
  314.                     VALUENAME "LMHostPath"
  315.                     END PART
  316.                     END POLICY
  317.  
  318.                         END CATEGORY ;DNS Configuration
  319.  
  320.                     CATEGORY !!Gateways 
  321.  
  322.                     POLICY !!Gateways
  323.                     PART !!AddressesPrompt EDITTEXT
  324.                     VALUENAME "Gateways"
  325.                     END PART
  326.                     END POLICY
  327.     
  328.                         END CATEGORY ; Gateways
  329.  
  330.                 END CATEGORY ; Microsoft TCP/IP
  331.  
  332.                 END CATEGORY ; Protocols
  333.  
  334.                 CATEGORY !!NetCards
  335.             POLICY !!NetCardsToInstall
  336.             PART !!NetCardsPrompt EDITTEXT
  337.             VALUENAME "NetCards"
  338.             END PART
  339.             END POLICY
  340.                 END CATEGORY ; Net cards
  341.  
  342.                 CATEGORY !!Services
  343.             POLICY !!ServicesToInstall
  344.                         PART !!ServicesPrompt EDITTEXT
  345.                         VALUENAME "Services"
  346.                         END PART
  347.             END POLICY
  348.  
  349.                 CATEGORY !!NWSERVER
  350.                 KEYNAME NWSERVER
  351.         
  352.                 POLICY !!SAPBrowsing
  353.                 VALUENAME "SAPBrowse"
  354.                 END POLICY
  355.  
  356.                 POLICY !!BrowseMaster
  357.                 PART !!BrowseMaster DROPDOWNLIST
  358.                 VALUENAME BrowseMaster REQUIRED
  359.                 ITEMLIST
  360.                     NAME !!EnableBM VALUE "1"
  361.                     NAME !!DisableBM VALUE "0"
  362.                     NAME !!PreferredBM VALUE "2"
  363.                 END ITEMLIST
  364.                 END PART
  365.                 END POLICY
  366.  
  367.                 END CATEGORY  ; File and print sharing for NetWare networks
  368.  
  369.                 CATEGORY !!VSERVER
  370.                 KEYNAME VSERVER
  371.  
  372.                 POLICY !!LMAnnounce
  373.                 VALUENAME "Announce"
  374.                 END POLICY
  375.  
  376.                 POLICY !!BrowseMaster
  377.                     PART !!BrowserMaster DROPDOWNLIST
  378.                 VALUENAME BrowseMaster REQUIRED
  379.                 ITEMLIST
  380.                     NAME !!EnableBM VALUE "1"
  381.                     NAME !!DisableBM VALUE "0"
  382.                 END ITEMLIST
  383.                 END PART
  384.                 END POLICY
  385.                 END CATEGORY  ; File and print sharing for Windows networks
  386.  
  387.                 END CATEGORY  ;Services
  388.  
  389.     END CATEGORY ; Configuration
  390.  
  391.         CATEGORY !!Identification
  392.         POLICY !!ComputerName
  393.         PART    !!NamePrompt EDITTEXT
  394.         VALUENAME "ComputerName"
  395.         END PART
  396.         END POLICY
  397.  
  398.         POLICY !!Workgroup
  399.         PART    !!WorkgroupPrompt EDITTEXT
  400.         VALUENAME "Workgroup"
  401.         END PART
  402.         END POLICY
  403.     
  404.         POLICY !!Description
  405.         PART !!Description EDITTEXT
  406.         VALUENAME "Description"            
  407.         END PART
  408.             END POLICY
  409.         END CATEGORY  ; Identification
  410.  
  411.     CATEGORY !!AccessControl
  412.                 POLICY !!SecurityType
  413.                 PART !!SecurityTypePrompt DROPDOWNLIST
  414.                 VALUENAME UserSecurity REQUIRED
  415.             
  416.                 ITEMLIST
  417.                 NAME !!Share VALUE "Share"
  418.                 NAME !!SECDomain VALUE "Domain"
  419.                 NAME !!SECNTServer VALUE "MSServer"
  420.                 NAME !!SECNWServer VALUE "NWServer"
  421.                 END ITEMLIST
  422.                     END PART
  423.         END POLICY
  424.  
  425.         POLICY !!PTA
  426.                     PART !!PTAPrompt EDITTEXT
  427.                 VALUENAME "PassThroughAgent"
  428.                     END PART
  429.         END POLICY
  430.     END CATEGORY; Access control
  431.  
  432. END CATEGORY ; Network
  433.  
  434. ;        CATEGORY "Optional Components"
  435. ;        KEYNAME OptionalComponents
  436. ;
  437. ;                POLICY "Remote Access"
  438. ;                        VALUENAME "RemoteAccess"
  439. ;                END POLICY
  440. ;        END CATEGORY
  441.  
  442. CATEGORY !!SystemComponents
  443. KEYNAME System
  444.  
  445.          POLICY !!PowerManagement
  446.                 PART !!PowermanagementPrompt EDITTEXT
  447.                         VALUENAME "Power"
  448.                     END PART
  449.          END POLICY
  450.  
  451.          POLICY !!Locale
  452.                     PART !!LocalePrompt EDITTEXT
  453.                         VALUENAME "Locale"
  454.                     END PART
  455.          END POLICY
  456.  
  457.          POLICY !!Machine
  458.                     PART !!MachinePrompt EDITTEXT
  459.                         VALUENAME "Machine"
  460.                     END PART
  461.          END POLICY
  462.  
  463.          POLICY !!PenWindows
  464.                     PART !!PenWindowsPrompt EDITTEXT
  465.                         VALUENAME "PenWindows"
  466.                     END PART
  467.          END POLICY
  468.  
  469.          POLICY !!Tablet
  470.                     PART !!TabletPrompt EDITTEXT
  471.                         VALUENAME "Tablet"
  472.                     END PART
  473.          END POLICY
  474.  
  475.          POLICY !!Keyboard
  476.                     PART !!KeyboardPrompt EDITTEXT
  477.                         VALUENAME "Keyboard"
  478.                     END PART
  479.          END POLICY
  480.  
  481.          POLICY !!Monitor
  482.                     PART !!MonitorPrompt EDITTEXT
  483.                         VALUENAME "Monitor"
  484.                     END PART
  485.          END POLICY
  486.  
  487.          POLICY !!Display
  488.                     PART !!DisplayPrompt EDITTEXT
  489.                         VALUENAME "Display"
  490.                     END PART
  491.          END POLICY
  492.  
  493.          POLICY !!Mouse
  494.                     PART !!MousePrompt EDITTEXT
  495.                         VALUENAME "Mouse"
  496.                     END PART
  497.          END POLICY
  498.  
  499. END CATEGORY ; System Components
  500.  
  501. CATEGORY !!MRU
  502. KEYNAME InstallLocationsMRU
  503.         
  504.     POLICY !!MostRecentlyUsedPaths
  505.         PART !!MRU1 EDITTEXT
  506.         VALUENAME "MRU1"
  507.         END PART
  508.  
  509.         PART !!MRU2 EDITTEXT
  510.         VALUENAME "MRU2"
  511.         END PART
  512.  
  513.         PART !!MRU3 EDITTEXT
  514.         VALUENAME "MRU3"
  515.         END PART
  516.  
  517.         PART !!MRU4 EDITTEXT
  518.         VALUENAME "MRU4"
  519.         END PART
  520.  
  521.     END POLICY
  522.  
  523. END CATEGORY  ; Most recently used paths
  524.  
  525. [Strings]
  526. 802.2="802.2"
  527. 802.3="802.3"
  528. AccessControl="Access Control"
  529. AddressPrompt="Address:"
  530. AddressesPrompt="Address(es):"
  531. Allowuserinput="Allow user input"
  532. Announce="Announce"
  533. AutomatedInstall="Automated Install"
  534. Automatic="Automatic"
  535. AutomaticReboot="Automatic Reboot"
  536. BootDevice="Boot device:"
  537. BrowseMaster="Browse Master"
  538. BrowserMaster="Browser Master"
  539. ClientforNetWarenetworks="Client for NetWare networks"
  540. ClientforWindowsnetworks="Client for Windows networks"
  541. Clients="Clients"
  542. ClientsPrompt="Clients: "
  543. Clientstoinstall="Clients to install"
  544. Compact="Compact"
  545. ComputerName="Computer Name"
  546. Configuration="Configuration"
  547. CreateEBD="Create an Emergency Boot Disk"
  548. Custom="Custom"
  549. Description="Description"
  550. DescriptionPrompt="Description:"
  551. DHCP="DHCP"
  552. DisableWINS="Disable WINS"
  553. Display="Display"
  554. DisplayPrompt="Display: "
  555. DisplayNameAndOrg="Display name and organization page"
  556. DisplayNetwork="Display network pages during custom setup"
  557. DisplayWorkstationSetup="DisplayWorkstationSetup"
  558. DNS="DNS"
  559. DNSConfiguration="DNS Configuration"
  560. DNSServersPrompt="DNS Servers:"
  561. DNSServersearchorder="DNS Server search order"
  562. DNSServersOneWord="DNSServers"
  563. DoFull="do a full installation"
  564. Domain="Domain"
  565. DomainNamePrompt="Domain Name:"
  566. DomainOrder="DomainOrder"
  567. DomainsPrompt="Domains:"
  568. Domainsearchorder="Domain search order"
  569. Dontallowuserinput="Don't allow user input"
  570. EBD="EBD"
  571. EnableDNS="Enable DNS"
  572. EnablePenWinWarning="Enable Pen Windows Warning"
  573. EnableWINS="Enable WINS resolution"
  574. EnableWINSWithDHCP="Enable WINS; get parameters using DHCP"
  575. EnableWINSresolution="EnableWINS resolution"
  576. EthernetII="Ethernet II"
  577. Express="Express"
  578. NWSERVER="File and print sharing for NetWare networks"
  579. VSERVER="File and print sharing for Windows networks"
  580. FirstDrive="First Drive"
  581. FirstNetDrive="First Net Drive"
  582. FirstNetDriveOneWord="FirstNetDrive"
  583. FloppyDisk="floppy disk"
  584. FrameType="Frame Type"
  585. Gateways="Gateways"
  586. HardDisk="hard disk"
  587. HomeDirectoryPrompt="Home Directory:"
  588. Hostname="Hostname"
  589. HostnamePrompt="Hostname:"
  590. IDPrompt="ID:"
  591. Identification="Identification"
  592. InstallDirectory="Install Directory"
  593. Installlocation="Install location"
  594. InstallVerification="Install Verification"
  595. IPAddress="IP Address"
  596. NWLINK="IPX/SPX compatible protocol"
  597. Keyboard="Keyboard"
  598. KeyboardPrompt="Keyboard:"
  599. LMAnnounce="LM Announce"
  600. LMHostPath="LM Host Path"
  601. Locale="Locale"
  602. LocalePrompt="Locale:"
  603. LogonDomain="Logon Domain"
  604. Machine="Machine"
  605. MachinePrompt="Machine:"
  606. MachineDir="MachineDir"
  607. MicrosoftTCPIP="Microsoft TCP/IP"
  608. ModePrompt="Mode:"
  609. Monitor="Monitor"
  610. MonitorPrompt="Monitor:"
  611. MRU="Most recently used paths (MRU)"
  612. MostRecentlyUsedPaths="Most Recently Used Paths"
  613. Mouse="Mouse"
  614. MousePrompt="Mouse:"
  615. MRU1="MRU 1:"
  616. MRU2="MRU 2:"
  617. MRU3="MRU 3:"
  618. MRU4="MRU 4:"
  619. Name="Name"
  620. NamePrompt="Name: "
  621. NameAndOrg="Name And Organization"
  622. NetBIOS="NetBIOS"
  623. NetBIOSsupport="Net BIOS support"
  624. Netcards="Net cards"
  625. NetCardsOneWord="NetCards"
  626. NetCardsPrompt="Net Cards:"
  627. Netcardstoinstall="Net cards to install"
  628. NetworkOptions="Network Options"
  629. ontheserver="on the server"
  630. ontheusersharddisk="on the user's hard disk"
  631. OptionalComponents="Optional Components"
  632. Organization="Organization"
  633. PTA="Pass-through Agent"
  634. PTAPrompt="Pass-through Agent:"
  635. PathPrompt="Path:"
  636. PathNamePrompt="Path\Name:"
  637. PenWindows="Pen Windows"
  638. PenWindowsPrompt="Pen Windows:"
  639. PenWinWarning="PenWinWarning"
  640. Portable="Portable"
  641. Power="Power"
  642. PowerManagement="Power Management"
  643. PowermanagementPrompt="Power management:"
  644. PreferredServer="Preferred Server"
  645. PrimaryWINS="Primary WINS"
  646. Protocols="Protocols"
  647. ProtocolsPrompt="Protocols:"
  648. Protocolstoinstall="Protocols to install"
  649. Reboot="Reboot"
  650. RemoteAccess="Remote Access"
  651. RemoteAccessOneWord="RemoteAccess"
  652. remotebootserver="remoteboot server"
  653. SAPBrowsing="SAP Browsing"
  654. ScopeID="Scope ID"
  655. ScopeIDPrompt="Scope ID:"
  656. SearchMode="Search Mode"
  657. SecondaryWINS="Secondary WINS"
  658. Securitytype="Security type"
  659. SecuritytypePrompt="Security type:"
  660. Serverbasedsetup="Server based setup"
  661. Services="Services"
  662. ServicesPrompt="Services:"
  663. Servicestoinstall="Services to install"
  664. SetupMode="Setup Mode"
  665. Setupoptions="Setup options"
  666. SetupShouldPrompt="Setup should:"
  667. Share="Share"
  668. StoreWindowsPrompt="Store Windows:"
  669. SubnetMask="Subnet Mask"
  670. SystemComponents="System Components"
  671. Tablet="Tablet"
  672. TabletPrompt="Tablet:"
  673. EnableBM="This machine can be a browsemaster"
  674. DisableBM="This machine cannot be a browsemaster"
  675. PreferredBM="This machine is the preferred browsemaster"
  676. Typical="Typical"
  677. SECNWServer="User: NetWare Server"
  678. SECDomain="User: Windows NT Domain"
  679. SECNTServer="User: Windows NT Server"
  680. UserInputPrompt="User Input:"
  681. UserInterfaceOptions="User Interface Options"
  682. userschoice="user'schoice"
  683. ValidatedLogon="Validated Logon"
  684. ValidatedLogonOneWord="ValidatedLogon"
  685. Verify="Verify"
  686. VerifyInstall="verify install but don't copy files"
  687. WINS="WINS"
  688. WINSConfiguration="WINS Configuration"
  689. Workgroup="Workgroup"
  690. WorkgroupPrompt="Workgroup:"
  691. TokenRing="Token Ring"
  692. TokenRingSnap="Token Ring SNAP"
  693. A:="A:"
  694. B:="B:"
  695. C:="C:"
  696. D:="D:"
  697. E:="E:"
  698. F:="F:"
  699. G:="G:"
  700. H:="H:"
  701. I:="I:"
  702. J:="J:"
  703. K:="K:"
  704. L:="L:"
  705. M:="M:"
  706. N:="N:"
  707. O:="O:"
  708. P:="P:"
  709. Q:="Q:"
  710. R:="R:"
  711. S:="S:"
  712. T:="T:"
  713. U:="U:"
  714. V:="V:"
  715. W:="W:"
  716. X:="X:"
  717. Y:="Y:"
  718. Z:="Z:"
  719.